MAKE STATIC COLLISION BOX
This command will create invisible collision zones within the static world data. Once defined, you can use the GET STATIC COLLISION HIT command to detect whether another dynamically specified box area collides with this one. This command is ideally used to define solid areas within your 3D world.

SYNTAX
MAKE STATIC COLLISION BOX X1, Y1, Z1, X2, Y2, Z2

RELATED INFO
BASIC3D Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example